home *** CD-ROM | disk | FTP | other *** search
- object frmFontDegrade: TfrmFontDegrade
- Left = 399
- Top = 206
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Edit Degradable Font List'
- ClientHeight = 426
- ClientWidth = 358
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object pnlButtons: TPanel
- Left = 0
- Top = 390
- Width = 358
- Height = 36
- Align = alBottom
- TabOrder = 0
- object btnOk: TButton
- Left = 193
- Top = 6
- Width = 75
- Height = 25
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 273
- Top = 6
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = btnCancelClick
- end
- object btnHelp: TButton
- Left = 10
- Top = 7
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 0
- OnClick = btnHelpClick
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 358
- Height = 390
- Align = alClient
- TabOrder = 1
- object Label1: TLabel
- Left = 10
- Top = 89
- Width = 56
- Height = 13
- Caption = 'Font Group:'
- end
- object Label2: TLabel
- Left = 20
- Top = 156
- Width = 26
- Height = 13
- Caption = 'Fonts'
- end
- object Label3: TLabel
- Left = 10
- Top = 132
- Width = 139
- Height = 13
- Caption = 'Fonts in selected Font Group:'
- end
- object spdAddGroup: TSpeedButton
- Left = 307
- Top = 104
- Width = 21
- Height = 20
- Hint = 'Add a Font Group'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = spdAddGroupClick
- end
- object spdRemoveGroup: TSpeedButton
- Left = 328
- Top = 104
- Width = 21
- Height = 20
- Hint = 'Remove Selected Font Group'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = spdRemoveGroupClick
- end
- object Label4: TLabel
- Left = 206
- Top = 132
- Width = 72
- Height = 13
- Caption = 'Available fonts:'
- end
- object Label5: TLabel
- Left = 10
- Top = 269
- Width = 189
- Height = 13
- Caption = 'Preview of fonts in selected Font Group:'
- end
- object spdAddFont: TSpeedButton
- Left = 169
- Top = 183
- Width = 21
- Height = 20
- Hint = 'Add Font(s) to selected Font Group'
- Enabled = False
- ParentShowHint = False
- ShowHint = True
- OnClick = spdAddFontClick
- end
- object spdRemoveFont: TSpeedButton
- Left = 169
- Top = 205
- Width = 21
- Height = 20
- Hint = 'Remove Font(s) from selected Font Group'
- Enabled = False
- ParentShowHint = False
- ShowHint = True
- OnClick = spdRemoveFontClick
- end
- object Label6: TLabel
- Left = 11
- Top = 6
- Width = 335
- Height = 55
- AutoSize = False
- Caption =
- 'Degradable Fonts List allows you to specify a number of alternat' +
- 'ive fonts that a browser can use when rendering the text if the ' +
- 'primary font isn'#39't available on the end user'#39's system. Click the' +
- ' Add Font Group (+) button to add a new font group.'
- WordWrap = True
- end
- object spdUp: TSpeedButton
- Left = 169
- Top = 149
- Width = 21
- Height = 20
- Hint = 'Move Selected Font up in List'
- Enabled = False
- ParentShowHint = False
- ShowHint = True
- OnClick = spdUpClick
- end
- object spdDown: TSpeedButton
- Left = 169
- Top = 236
- Width = 21
- Height = 20
- Hint = 'Move Selected Font down in List'
- Enabled = False
- ParentShowHint = False
- ShowHint = True
- OnClick = spdDownClick
- end
- object Label7: TLabel
- Left = 10
- Top = 60
- Width = 335
- Height = 27
- AutoSize = False
- Caption =
- 'To add Fonts that are not on your system, type them in the Avail' +
- 'able Fonts drop down listbox, and press Return.'
- WordWrap = True
- end
- object cmbFontGroup: TComboBox
- Left = 9
- Top = 104
- Width = 297
- Height = 21
- HelpContext = 716
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cmbFontGroupChange
- end
- object lstSelectedFonts: TListBox
- Left = 10
- Top = 149
- Width = 145
- Height = 111
- HelpContext = 717
- Enabled = False
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 1
- OnMouseUp = lstSelectedFontsMouseUp
- end
- object lstFonts: TListBox
- Left = 204
- Top = 149
- Width = 145
- Height = 89
- HelpContext = 718
- Enabled = False
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 2
- OnMouseUp = lstFontsMouseUp
- end
- object Panel2: TPanel
- Left = 10
- Top = 286
- Width = 340
- Height = 97
- HelpContext = 719
- BevelOuter = bvLowered
- Caption = 'Panel2'
- TabOrder = 3
- object webPreview: TWebRover
- Left = 1
- Top = 1
- Width = 338
- Height = 95
- Cursor = crIBeam
- HelpContext = 719
- ViewImages = False
- TabOrder = 0
- Align = alClient
- BorderStyle = htNone
- HistoryMaxCount = 0
- DefFontName = 'Times New Roman'
- DefPreFontName = 'Courier New'
- NoSelect = False
- ScrollBars = ssVertical
- WebActive = False
- TimeOut = 0
- end
- end
- object cmbFonts: TSausCombo
- Left = 204
- Top = 239
- Width = 145
- Height = 21
- Enabled = False
- ItemHeight = 13
- TabOrder = 4
- OnClick = cmbFontsClick
- OnKeyUp = cmbFontsKeyUp
- PreventDuplicates = True
- MaxItems = 20
- MoveSelectedToTop = True
- Version = '1.05'
- RegPath = '\Software\Sausage\Hotdog5\Config\Recent\'
- RegValue = 'Fonts'
- RegStore = True
- Options = [scAddOnExit, scAddOnCR, scWriteOnExit, scWriteOnCR]
- end
- end
- end
-